home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / blx11.zip / README < prev    next >
Text File  |  1991-02-17  |  1KB  |  32 lines

  1. The following are the source files for Borland Language Express
  2. Winter 1991, Volume 1 Number 1:
  3.  
  4.   README       - this file
  5.   README.COM   - Borland Readme program
  6.  
  7. Borland C++ by Richard Hale Shaw
  8.  
  9.   HELLOW.CPP   - main program source code
  10.   WINAPP.CPP   - program source code
  11.   STDWIN.H     - header file containing WinAppStdWindow class
  12.   WINAPP.H     - header file containing main windows class definitions
  13.   WINFONT.H    - header file containing WinFont class definition
  14.   HELLOW.RC    - resource definition file
  15.   HELLO.BAT    - batch file to build the C++ hello world program
  16.   WHELLO.C     - C source code for traditional hello world program
  17.  
  18. Navigating with Turbo Vision by Tom Swan
  19.  
  20.   NAV.PAS      - directory navigation example
  21.  
  22. C++ Without Objects by Richard Hale Shaw
  23.  
  24.   WINDOW.CPP   - default function arguments example
  25.   TTIME.CPP    - function overloading example
  26.   STR.CPP      - function overloading example
  27.   INLINE.CPP   - in-line functions example
  28.  
  29. Turbo Technix
  30.  
  31.   TECHNIX.PAS  - pascal file write & read example
  32.